Home
last modified time | relevance | path

Searched +defs:val +defs:not (Results 1 – 25 of 808) sorted by relevance

12345678910>>...33

/aosp_15_r20/external/toybox/lib/
H A Dportability.c178 struct xnotify *not = xzalloc(sizeof(struct xnotify)); in xnotify_init() local
188 int xnotify_add(struct xnotify *not, int fd, char *path) in xnotify_add()
202 int xnotify_wait(struct xnotify *not, char **path) in xnotify_wait()
225 struct xnotify *not = xzalloc(sizeof(struct xnotify)); in xnotify_init() local
235 int xnotify_add(struct xnotify *not, int fd, char *path) in xnotify_add()
248 int xnotify_wait(struct xnotify *not, char **path) in xnotify_wait()
729 int timer_settime_wrap(timer_t t, int flags, struct itimerspec *val, in timer_settime_wrap()
/aosp_15_r20/libcore/ojluni/annotations/sdk/nullability/java/math/
H A DBigInteger.annotated.java31 public BigInteger(byte[] val, int off, int len) { throw new RuntimeException("Stub!"); } in BigInteger()
33 public BigInteger(byte[] val) { throw new RuntimeException("Stub!"); } in BigInteger()
39 …ger(@libcore.util.NonNull java.lang.String val, int radix) { throw new RuntimeException("Stub!"); } in BigInteger()
41 …lic BigInteger(@libcore.util.NonNull java.lang.String val) { throw new RuntimeException("Stub!"); } in BigInteger()
53 …@libcore.util.NonNull public static BigInteger valueOf(long val) { throw new RuntimeException("Stu… in valueOf()
63 …ublic BigInteger add(@libcore.util.NonNull BigInteger val) { throw new RuntimeException("Stub!"); } in add()
65 … BigInteger subtract(@libcore.util.NonNull BigInteger val) { throw new RuntimeException("Stub!"); } in subtract()
67 … BigInteger multiply(@libcore.util.NonNull BigInteger val) { throw new RuntimeException("Stub!"); } in multiply()
69 …ic BigInteger divide(@libcore.util.NonNull BigInteger val) { throw new RuntimeException("Stub!"); } in divide()
71 …] divideAndRemainder(@libcore.util.NonNull BigInteger val) { throw new RuntimeException("Stub!"); } in divideAndRemainder()
[all …]
/aosp_15_r20/prebuilts/go/linux-x86/src/cmd/dist/
Dbuildtag.go22 type val bool type
81 func (p *exprParser) not() val { func
/aosp_15_r20/external/jsoup/src/main/java/org/jsoup/select/
H A DElements.java188 public String val() { in val() method in Elements
201 public Elements val(String value) { in val() method in Elements
477 public Elements not(String query) { in not() method in Elements
/aosp_15_r20/external/toybox/toys/posix/
H A Dfind.c150 static int compare_numsign(long val, long units, char *str) in compare_numsign()
214 int pcount = 0, print = 0, not = 0, active = !!new, test = active, recurse; in do_find() local
/aosp_15_r20/external/mesa3d/src/nouveau/mme/tests/
H A Dmme_fermi_sim_hw_test.cpp65 mme_fermi_value_as_reg(mme_value val) in mme_fermi_value_as_reg()
459 mme_value val = mme_load(&b); in SHIFT_TEST() local
481 TEST_F(mme_fermi_sim_test, not) in TEST_F() argument
H A Dmme_tu104_sim_hw_test.cpp74 mme_value_as_reg(mme_value val) in mme_value_as_reg()
890 mme_value val = mme_load(&b); in SHIFT_TEST() local
912 TEST_F(mme_tu104_sim_test, not) in TEST_F() argument
/aosp_15_r20/external/chromium-trace/catapult/common/py_vulcanize/third_party/rjsmin/bench/
H A Djquery-1.7.1.js2311 val: function( value ) { method
2345 val = value.call( this, i, self.val() ); property
2347 val = value; property
2352 val = ""; property
2354 val += ""; field
2356 val = jQuery.map(val, function ( value ) { property
2441 val: true, property
4086 Sizzle.filter = function( expr, set, inplace, not ) { argument
4372 CLASS: function( match, curLoop, inplace, result, not, isXML ) { argument
4430 ATTR: function( match, curLoop, inplace, result, not, isXML ) { argument
[all …]
/aosp_15_r20/external/libtraceevent/src/
H A Dparse-filter.c941 char *error_str, int not) in process_filter()
1544 unsigned long long val; in get_value() local
1706 const char *val = NULL; in get_field_str() local
1757 const char *val; in test_str() local
1914 int val; in op_to_str() local
/aosp_15_r20/external/python/httplib2/doc/html/_static/
Djquery.js1579 Sizzle.filter = function(expr, set, inplace, not){ argument
1773 CLASS: function(match, curLoop, inplace, result, not, isXML){ argument
1817 ATTR: function(match, curLoop, inplace, result, not, isXML){ argument
1830 PSEUDO: function(match, curLoop, inplace, result, not){ argument
2383 jQuery.multiFilter = function( expr, elems, not ) { argument
3303 jQuery.map( val, function(val, i){ argument
3892 jQuery.each( prop, function(name, val){ argument
/aosp_15_r20/external/guice/lib/build/
HDeasymock.jar ... char not (char) char first public static double not (double) double first public static float not ( ...
/aosp_15_r20/external/jsoup/src/test/java/org/jsoup/select/
H A DElementsTest.java153 @Test public void val() { in val() method in ElementsTest
258 @Test public void not() { in not() method in ElementsTest
/aosp_15_r20/external/guice/extensions/persist/lib/
HDeasymock.jar ... char not (char) char first public static double not (double) double first public static float not ( ...
/aosp_15_r20/prebuilts/devtools/tools/lib/
HDeasymock-3.3.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/easymock/ org/ ...
/aosp_15_r20/external/toybox/toys/pending/
H A Dsh.c596 char *var = 0, *val, cc = **nospace(ss); in recalculate() local
1016 static struct sh_vars *setvarval(char *name, char *val) in setvarval()
1494 int i, j, c, not; in wildcard_matchlen() local
4034 static struct sh_vars *initvar(char *name, char *val) in initvar()
4039 static struct sh_vars *initvardef(char *name, char *val, char *def) in initvardef()
/aosp_15_r20/out/soong/.intermediates/packages/modules/NetworkStack/common/networkstackclient/networkstack-client/android_common/javac/
Dnetworkstack-client.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/NetworkStack/common/networkstackclient/networkstack-client/android_common_apex33/javac/
Dnetworkstack-client.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/out/soong/.intermediates/packages/modules/NetworkStack/common/networkstackclient/networkstack-client/android_common_apex30/javac/
Dnetworkstack-client.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/net/ android/ ...
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/external/jquery/
H A Djquery.js2088 "not": markFunction( function( selector ) { property
3035 function winnow( elements, qualifier, not ) { argument
3060 jQuery.filter = function( expr, elems, not ) { argument
3103 not: function( selector ) { method
8434 val: function( value ) { method
8991 return jQuery.map( val, function( val ) { argument
10592 return access( this, function( elem, method, val ) { argument
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/external/jquery/
H A Djquery.js2088 "not": markFunction( function( selector ) { property
3035 function winnow( elements, qualifier, not ) { argument
3060 jQuery.filter = function( expr, elems, not ) { argument
3103 not: function( selector ) { method
8434 val: function( value ) { method
8991 return jQuery.map( val, function( val ) { argument
10592 return access( this, function( elem, method, val ) { argument
/aosp_15_r20/external/exoplayer/tree_15dc86382f17a24a3e881e52e31a810c1ea44b49/docs/doc/reference/jquery/
H A Djquery-3.5.1.js2088 "not": markFunction( function( selector ) { property
3035 function winnow( elements, qualifier, not ) { argument
3060 jQuery.filter = function( expr, elems, not ) { argument
3103 not: function( selector ) { method
8434 val: function( value ) { method
8991 return jQuery.map( val, function( val ) { argument
10592 return access( this, function( elem, method, val ) { argument
/aosp_15_r20/external/exoplayer/tree_8e57d3715f9092d5ec54ebe2e538f34bfcc34479/docs/doc/reference/jquery/
H A Djquery-3.5.1.js2088 "not": markFunction( function( selector ) { property
3035 function winnow( elements, qualifier, not ) { argument
3060 jQuery.filter = function( expr, elems, not ) { argument
3103 not: function( selector ) { method
8434 val: function( value ) { method
8991 return jQuery.map( val, function( val ) { argument
10592 return access( this, function( elem, method, val ) { argument
/aosp_15_r20/prebuilts/misc/common/droiddriver/
HDdroiddriver-1.0.0-BETA1.jarMETA-INF/ META-INF/MANIFEST.MF io/ io/appium/ io/ ...
HDdroiddriver-0.9.jar ... .google.android.droiddriver.finders.Attribute val$attribute final synthetic Object val$expected void < ...
/aosp_15_r20/external/coreboot/util/kconfig/
H A Dregex.c2888 int val; local
3578 boolean not = (re_opcode_t) *(p - 1) == charset_not; local
4030 int not = (re_opcode_t) p1[3] == charset_not; local

12345678910>>...33