HomeSort by relevance Sort by last modified time
    Searched refs:part (Results 251 - 275 of 323) sorted by null

<<111213

  /external/gtest/include/gtest/
gtest.h 71 #include <gtest/gtest-test-part.h>
    [all...]
  /frameworks/base/tools/aapt/
AaptAssets.h 88 static status_t parseNamePart(const String8& part, int* axis, uint32_t* value);
  /sdk/eclipse/plugins/com.android.ide.eclipse.ddms/src/com/android/ide/eclipse/ddms/views/
DeviceView.java 58 import org.eclipse.ui.part.ViewPart;
  /build/tools/droiddoc/src/
ClassInfo.java 1256 String part = nameParts[index]; local
    [all...]
  /external/openssl/crypto/
crypto-lib.com 18 $! Specify the following as P1 to build just that part or ALL to just
47 $! WARNING: this should only be done to recompile some part of an already
423 $! This part is a bit more complicated.
567 $! All Done With This Library Part.
    [all...]
  /external/protobuf/java/src/main/java/com/google/protobuf/
Descriptors.java 262 for (String part : descriptorDataParts) {
263 descriptorData.append(part);
    [all...]
  /external/v8/test/mjsunit/
mirror-object.js 176 // Test that non enumerable properties are part of the mirror
  /external/protobuf/gtest/src/
gtest.cc 119 // Indicates that this translation unit is part of Google Test's
502 // The c'tor sets this object as the test part result reporter used by
512 // The c'tor sets this object as the test part result reporter used by
533 // The d'tor restores the test part result reporter used by Google Test
544 // Increments the test part result count and remembers the result.
570 // This predicate-formatter checks that 'results' contains a test part
612 // test part results, what type of failure we expect, and what
647 // Returns the global test part result reporter.
654 // Sets the global test part result reporter.
661 // Returns the test part result reporter for the current thread
3201 const TestPartResult& part = result.GetTestPartResult(i); local
    [all...]
  /external/v8/src/
string.js 98 var part = %_Arguments(i);
99 parts[i + 1] = TO_STRING_INLINE(part);
652 // This is not a part of ECMA-262.
d8.js 53 var part = parts[i];
54 var next = current[part];
394 // Encode the arguments part.
    [all...]
  /dalvik/vm/mterp/out/
InterpAsm-x86-atom.S     [all...]
  /dalvik/docs/
prettify.js 93 /** Splits input on space and returns an Object mapping each non-empty part to
228 '(?:(?:^|[^0-9.])\\.{1,3})|' + // a dot that's not part of a number
396 // calculate how much space we need in front of this part
    [all...]
  /external/jpeg/
jmemdosa.asm 5 ; This file is part of the Independent JPEG Group's software.
configure     [all...]
  /external/openssl/crypto/bn/asm/
pa-risc2.s 918 ; Registers to hold 64-bit values to manipulate. The "L" part
920 ; part corresponds to the lower 32-bits
    [all...]
pa-risc2W.s 905 ; Registers to hold 64-bit values to manipulate. The "L" part
907 ; part corresponds to the lower 32-bits
    [all...]
  /external/webkit/JavaScriptCore/tests/mozilla/ecma/
jsref.js 337 // i know i could use switch but i'd rather not until it's part of ECMA
  /external/webkit/JavaScriptCore/tests/mozilla/ecma_2/
jsref.js 297 // i know i could use switch but i'd rather not until it's part of ECMA
  /external/zlib/contrib/pascal/
example.pas 431 err := inflateSync(d_stream); (* but skip the damaged part *)
  /hardware/qcom/gps/loc_api/libloc_api-rpc/gen-1240/
loc_api_common_xdr.c 1150 if (!xdr_rpc_uint8 (xdrs, &objp->part))
    [all...]
  /external/chromium/third_party/icu/source/data/
makedata.mak 706 # This data is now hard coded as a part of the library.
711 # This data is now hard coded as a part of the library.
  /external/libvpx/vp8/common/ppc/
loopfilter_filters_altivec.asm 84 ;# number (= high-order part of address) bits are at the disposal of
843 vperm \Dest, \U, \V, \VMask ;# Dest = active part of U then V
    [all...]
  /external/protobuf/gtest/include/gtest/
gtest.h 61 #include <gtest/gtest-test-part.h>
425 // Returns true iff the test passed (i.e. no test part failed).
440 // Returns the i-th test part result among all the results. i can range
485 // Adds a test part result to the list.
494 // Clears the test part results.
    [all...]
  /hardware/qcom/gps/loc_api/libloc_api-rpc/inc-3200/
loc_api_common.h 678 rpc_uint8 part; member in struct:rpc_loc_predicted_orbits_data_s_type
    [all...]
  /external/webkit/WebCore/inspector/front-end/
inspector.css 1507 li.editing .swatch, li.editing .enabled-button, li.editing-sub-part .delete-button {
1511 .watch-expressions > li.editing-sub-part .name {
1516 .watch-expressions > li.editing-sub-part .value, .watch-expressions > li.editing-sub-part .separator
    [all...]

Completed in 2250 milliseconds

<<111213