/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/ |
pthread.h | 152 int pthread_equal(pthread_t one, pthread_t two);
|
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/ |
pthread.h | 152 int pthread_equal(pthread_t one, pthread_t two);
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
key_sequence.js | 23 * specify one or both. 145 * If sticky mode or a prefix is active on one of the commands but not on 150 * the same key code, and one of them has the ChromeVox modifier and the other 172 // So only one of them has the ChromeVox modifier. If the one that doesn't
|
traverse_math.js | 339 * Adds a list of domains and styles to the existing one. 376 * Sets the domain for the TraverseMath object to the next one in the list 392 * Sets the style for the TraverseMath object to the next one in the list
|
/external/chromium_org/chrome/browser/resources/cryptotoken/ |
gnubby.js | 11 * Creates a Gnubby client. There may be more than one simultaneous Gnubby 65 // Set a default channel ID, in case the caller never sets a better one. 140 // gets to the next one. 475 * 1. Using the INIT command to allocate an unique channel id, if one hasn't 610 --trycount; // Try another one.
|
usbgnubbydevice.js | 11 * Low level gnubby 'driver'. One per physical USB device. 135 * Reads one reply from the low-level device. 230 * Stuff queued frames from txqueue[] to device, one by one.
|
/external/chromium_org/extensions/renderer/resources/ |
json_schema.js | 84 invalidEnum: "Value must be one of: [*].", 123 * Classifies a value as one of the JSON schema primitive types. Note that we 264 // least one of the items in that array. 270 // If the schema has an enum property, the instance must be one of those 302 * least one of the provided choices.
|
/external/chromium_org/third_party/libvpx/source/libvpx/vp9/common/x86/ |
vp9_loopfilter_intrin_sse2.c | 25 const __m128i one = _mm_set1_epi8(1); local 130 flat = _mm_subs_epu8(flat, one); 149 flat2 = _mm_subs_epu8(flat2, one); 390 const __m128i one = _mm_set1_epi8(1); local 453 flat = _mm_subs_epu8(flat, one); 462 flat2 = _mm_subs_epu8(flat2, one); 761 const __m128i one = _mm_set1_epi8(1); local 984 const __m128i one = _mm_set1_epi8(1); local [all...] |
/external/chromium_org/v8/test/mjsunit/ |
regexp.js | 262 // Test that empty matches advance one character 415 // Don't hang on this one. 423 // Don't crash on this one, but maybe throw an exception. 576 // And one more time, just to be certain. 598 // And one more time, just to be certain.
|
/external/iproute2/doc/ |
ip-tunnels.tex | 89 inner packet to outer one. It means that path traversed by tunneled 112 {\bf 2.2} has {\em one\/} module \verb|ipip|. Loading it you get base 156 \noindent All the kinds of tunnels are created with one command: 184 say that they are zero or wildcard. Two tunnels of one mode cannot 401 will find one another automatically and will form virtual Ethernet-like
|
/external/libunwind/doc/ |
libunwind.tex | 86 that sometimes has to move ``down'' by one stack frame could maintain 91 approach, the program could move one step ``down'' simply by copying 172 one that is running \Prog{libunwind}. Remote unwinding is typically 224 at most one \Prog{libunwind} header file. In other words, the 240 However, any given cursor may be accessed by only one thread at
|
/ndk/build/core/ |
init.mk | 116 # return 32-bit one as default. Note that HOST_TAG64==HOST_TAG for 327 # Special case, on Cygwin, always use the host echo, not our prebuilt one 515 # Each one of these files should define the following variables: 576 $(call __ndk_info,INTERNAL ERROR: The $(_abi) ABI should have exactly one architecture definitions. Found: '$(NDK_ABI.$(_abi).arch)')\ 590 $(call __ndk_info,Please use one of the following values: $(NDK_ALL_TOOLCHAINS))\
|
/external/chromium_org/third_party/boringssl/src/crypto/bn/ |
bn_test.c | 465 fprintf(stderr, "Left shift one test failed!\n"); 542 fprintf(stderr, "Right shift one test failed!\n"); 1090 BIGNUM *a, *b, *d, *e, *one; local 1097 one = BN_new(); 1098 BN_one(one); 1118 for (; !BN_is_zero(b); BN_sub(b, b, one)) 1130 BN_free(one); 1382 /* One byte short should fail. */ 1393 /* Pad up one byte extra. */
|
/external/valgrind/main/coregrind/ |
m_translate.c | 251 increments/decrements of SP between them. (This requires tracking one or 942 IRExpr* one; local 1067 IRExpr* one = mkU(1); local [all...] |
/external/chromium_org/third_party/sqlite/src/src/ |
test1.c | 303 ** one %s or %q. STRING is the value inserted into %s or %q. 544 ** string must require no more than this one integer argument. If 545 ** You pass in a format string that requires more than one argument, 572 ** one %s or %q. STRING is the value inserted into %s or %q. 861 ** one argument. It has two interesting features: 901 ** 4th argument must be one of these strings: 'text', 'text16', 4626 sqlite3_vfs one, two; local 4725 sqlite3_vfs one; local [all...] |
/prebuilts/sdk/tools/lib/ |
dx.jar | |
/external/google-diff-match-patch/name/fraser/neil/plaintext/ |
diff_match_patch.java | 328 * hashes where each Unicode character represents one line. 353 * hashes where each Unicode character represents one line. 439 // Walk the front path one step. 487 // Walk the reverse path one step. 653 // Two ints fit nicely in one long. [all...] |
/external/bouncycastle/bcprov/src/main/java/org/bouncycastle/math/ec/ |
ECPoint.java | 26 ECFieldElement one = curve.fromBigInteger(ECConstants.ONE); local 33 return new ECFieldElement[]{ one }; 35 return new ECFieldElement[]{ one, one, one }; 37 return new ECFieldElement[]{ one, curve.getA() }; 492 throw new IllegalArgumentException("Exactly one of the field elements is null"); [all...] |
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/background/keymaps/ |
key_map.js | 243 * Merges an input map with this one. The merge preserves this instance's 244 * mappings. It only adds new bindings if there isn't one already. 442 // TODO (dtseng): What about more than one sequence mapped to the same
|
/external/chromium_org/chrome/common/extensions/docs/examples/extensions/irc/servlet/jstemplate/ |
jsevalcontext.js | 179 * one from recycledInstances_. (IE6 perf) 197 * Recycle a used JsEvalContext instance, so we can avoid creating one 198 * the next time we need one. (IE6 perf)
|
/external/chromium_org/third_party/jstemplate/ |
jsevalcontext.js | 180 * one from recycledInstances_. (IE6 perf) 198 * Recycle a used JsEvalContext instance, so we can avoid creating one 199 * the next time we need one. (IE6 perf)
|
/external/chromium_org/third_party/skia/tests/ |
PathOpsOpTest.cpp | 359 SkPath one, two; local 360 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction); 362 testPathOp(reporter, one, two, kIntersect_PathOp, filename); 366 SkPath one, two; local 367 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction); 369 testPathOp(reporter, one, two, kUnion_PathOp, filename); 373 SkPath one, two; local 374 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction); 376 testPathOp(reporter, one, two, kDifference_PathOp, filename); 380 SkPath one, two local 387 SkPath one, two; local 394 SkPath one, two; local 401 SkPath one, two; local 408 SkPath one, two; local [all...] |
/external/chromium_org/v8/test/webkit/resources/ |
json2-es5-compat.js | 162 // Create a JSON object only if one does not already exist. We create the 353 // If the JSON object does not yet have a stringify method, give it one. 400 // If the JSON object does not yet have a parse method, give it one.
|
/external/oprofile/events/mips/1004K/ |
events | 121 event:0x417 counters:1 um:zero minimum:500 name:SINGLE_THREADED_CYCLES : 23-1 Cycles while one and only one TC is eligible for scheduling 150 event:0x430 counters:1 um:zero minimum:500 name:FB_ENTRY_ALLOCATED_CYCLES : 48-1 Cycles while at least one IFU fill buffer is allocated
|
/external/skia/tests/ |
PathOpsOpTest.cpp | 359 SkPath one, two; local 360 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction); 362 testPathOp(reporter, one, two, kIntersect_PathOp, filename); 366 SkPath one, two; local 367 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction); 369 testPathOp(reporter, one, two, kUnion_PathOp, filename); 373 SkPath one, two; local 374 one.addRect(0, 0, 6, 6, SkPath::kCW_Direction); 376 testPathOp(reporter, one, two, kDifference_PathOp, filename); 380 SkPath one, two local 387 SkPath one, two; local 394 SkPath one, two; local 401 SkPath one, two; local 408 SkPath one, two; local [all...] |