/external/chromium_org/third_party/devscripts/ |
licensecheck.pl.vanilla | 24 licensecheck - simple license checker for source files
|
licensecheck.pl | 24 licensecheck - simple license checker for source files
|
/external/chromium_org/third_party/mesa/src/docs/OLD/ |
MESA_program_debug.spec | 311 The following is a very simple example of how this extension may
|
/external/chromium_org/tools/grit/grit/ |
util.py | 570 Performs a simple substitution if the fragment is exactly of the form 574 fragment: A simple string.
|
/external/chromium_org/v8/test/mjsunit/ |
debug-continue.js | 32 // Simple function which stores the last debug event. 72 // Test simple continue request.
|
get-own-property-descriptor.js | 28 // This file only tests very simple descriptors that always have
|
/external/chromium_org/v8/test/mjsunit/regress/ |
regress-2346.js | 28 // This file only tests very simple descriptors that always have
|
/external/mesa3d/docs/OLD/ |
MESA_program_debug.spec | 311 The following is a very simple example of how this extension may
|
/external/v8/test/mjsunit/ |
debug-continue.js | 32 // Simple function which stores the last debug event. 72 // Test simple continue request.
|
get-own-property-descriptor.js | 28 // This file only tests very simple descriptors that always have
|
/external/valgrind/main/exp-bbv/tests/arm-linux/ |
ll.S | 86 ldr r0,pos_mask @ urgh, can't handle simple constants 403 @ yes this is an awful algorithm, but simple
|
/external/chromium_org/third_party/icu/source/test/intltest/ |
dtfmrgts.cpp | 771 SimpleDateFormat *simple = new SimpleDateFormat(UnicodeString("MM/dd/yyyy HH:mm"), status); local 774 delete simple; 779 if(simple->getTimeZone() != *temp) 787 delete simple; [all...] |
/external/chromium_org/third_party/re2/re2/ |
regexp.h | 315 bool simple() { return simple_; } function in class:re2::Regexp 451 // Computes whether Regexp is already simple. 508 // Is this regexp structure already simple
|
/external/chromium_org/tools/grit/grit/gather/ |
tr_html.py | 29 languages floating around Google, is to create a parser with a simple state
|
/external/icu4c/test/intltest/ |
dtfmrgts.cpp | 775 SimpleDateFormat *simple = new SimpleDateFormat(UnicodeString("MM/dd/yyyy HH:mm"), status); local 778 delete simple; 783 if(simple->getTimeZone() != *temp) 791 delete simple; [all...] |
/external/regex-re2/re2/ |
regexp.h | 315 bool simple() { return simple_; } function in class:re2::Regexp 451 // Computes whether Regexp is already simple. 508 // Is this regexp structure already simple
|
/external/antlr/antlr-3.4/runtime/Ruby/lib/antlr3/tree/ |
wizard.rb | 45 expressions. Patterns allow a simple method for recursively searching through an 104 Simple Token Node: TK 277 A simple tree class that represents the skeletal structure of tree. It is used 306 A simple tree node used to represent the operation "match any tree node type" in
|
/external/chromium_org/third_party/icu/source/test/cintltst/ |
cstrcase.c | 410 simple[]={ local 441 /* test simple case folding */ 442 p=simple; 443 for(i=0; i<sizeof(simple)/12; p+=3, ++i) { [all...] |
cucdtst.c | 3205 UChar32 c, prev, simple; local [all...] |
/external/icu4c/test/cintltst/ |
cstrcase.c | 410 simple[]={ local 441 /* test simple case folding */ 442 p=simple; 443 for(i=0; i<sizeof(simple)/12; p+=3, ++i) { [all...] |
cucdtst.c | 3340 UChar32 c, prev, simple; local [all...] |
/frameworks/base/tests/FrameworkPerf/src/com/android/frameworkperf/ |
TestService.java | 507 super("ObjectGc", "Run garbage collector with simple objects"); 606 XmlResourceParser parser = mContext.getResources().getLayout(R.xml.simple); 623 mParser = mContext.getResources().getLayout(R.xml.simple); 672 inf.inflate(R.xml.simple); [all...] |
/libcore/luni/src/main/java/java/text/ |
SimpleDateFormat.java | 372 * Changes the pattern of this simple date format to the specified pattern 383 * Changes the pattern of this simple date format to the specified pattern 400 * properties as this simple date format. 416 * Compares the specified object with this simple date format and indicates 423 * @return {@code true} if the specified object is equal to this simple date 435 SimpleDateFormat simple = (SimpleDateFormat) object; local 436 return super.equals(object) && pattern.equals(simple.pattern) 437 && formatData.equals(simple.formatData); 441 * Formats the specified object using the rules of this simple date format 452 * if the object cannot be formatted by this simple dat [all...] |
/ndk/build/core/ |
definitions-graph.mk | 109 -test-ndk-mod-find-first.simple = \ 409 -test-ndk-mod-get-topological-depends.simple = \ 507 -test-ndk-mod-get-bfs-depends.simple = \
|
/packages/providers/TelephonyProvider/src/com/android/providers/telephony/ |
MmsSmsProvider.java | 206 // of text matches. We query the sms table which is pretty simple. We also 304 String simple = uri.getQueryParameter("simple"); local 305 if ((simple != null) && simple.equals("true")) { [all...] |