/external/linux-tools-perf/Documentation/ |
perf-test.txt | 16 also will look for a directory with more tests in the form of scripts.
|
/external/mesa3d/src/gallium/auxiliary/rbug/ |
README | 15 for information about applications look in:
|
/external/valgrind/main/memcheck/tests/linux/ |
syslog-syscall.c | 4 * then look at syslog(3). The system call of this name is about control-
|
/external/zlib/src/win32/ |
zlib.def | 73 ; various hacks, don't look :)
|
/ndk/tests/build/warn-bad-modules/ |
build.sh | 6 # and just look for the expected warning.
|
/ndk/tests/build/warn-no-modules/ |
build.sh | 6 # and just look for the expected warning.
|
/ndk/tests/build/warn-non-system-libs-in-linker-flags/ |
build.sh | 6 # and just look for the expected warning.
|
/ndk/tests/build/warn-thin-archive-is-for-static-libraries/ |
build.sh | 6 # and just look for the expected warning.
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_mark_t.h | 9 * action 0xfffffff0, the result will look ok for older
|
/prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_mark_t.h | 9 * action 0xfffffff0, the result will look ok for older
|
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/linux/netfilter_bridge/ |
ebt_mark_t.h | 9 * action 0xfffffff0, the result will look ok for older
|
/libcore/luni/src/main/java/org/xml/sax/ |
Attributes.java | 96 * Look up an attribute's Namespace URI by index. 108 * Look up an attribute's local name by index. 120 * Look up an attribute's XML qualified (prefixed) name by index. 132 * Look up an attribute's type by index. 155 * Look up an attribute's value by index. 178 * Look up the index of an attribute by Namespace name. 190 * Look up the index of an attribute by XML qualified (prefixed) name. 200 * Look up an attribute's type by Namespace name. 216 * Look up an attribute's type by XML qualified (prefixed) name. 230 * Look up an attribute's value by Namespace name [all...] |
/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/analysis/ |
LL1Analyzer.java | 58 /** Used during LOOK to detect computation cycles */ 126 public LookaheadSet LOOK(Rule r) { 153 LookaheadSet look = _FIRST(s, false); local 154 //System.out.println("< FIRST("+s.enclosingRule.name+") in rule "+s.enclosingRule+"="+look.toString(this.grammar)); 155 return look; 170 public LookaheadSet LOOK(NFAState s) { 172 System.out.println("> LOOK("+s+")"); 175 LookaheadSet look = _FIRST(s, true); local 177 if ( grammar.type!=Grammar.LEXER && look.member(Label.EOR_TOKEN_TYPE) ) { 180 f.orInPlace(look); [all...] |
/external/apache-xml/src/main/java/org/apache/xml/utils/ |
AttList.java | 89 * Look up an attribute's Namespace URI by index. 105 * Look up an attribute's local name by index. 118 * Look up an attribute's qualified name by index. 170 * Look up an attribute's type by Namespace name. 185 * Look up an attribute's value by name. 200 * Look up an attribute's value by Namespace name. 215 * Look up the index of an attribute by Namespace name. 238 * Look up the index of an attribute by raw XML 1.0 name.
|
/external/chromium_org/chrome/browser/ui/cocoa/constrained_window/ |
constrained_window_custom_window.h | 12 // A NSWindow subclass that gives a custom look (rounded corners and white 17 // us the new look (rounded corners and white background).
|
/external/chromium_org/components/autofill/core/browser/ |
autofill_regexes_unittest.cc | 23 {"Look, ma' -- a non-empty string!", ""}, 45 {"", "Look, ma' -- a non-empty pattern!"},
|
/external/chromium_org/chrome/browser/chromeos/input_method/ |
candidate_view.h | 44 // Selects the candidate row. Changes the appearance to make it look 48 // Unselects the candidate row. Changes the appearance to make it look 53 // appearance to make it look like unclickable area.
|
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/html/ |
overview.html | 11 The performance results tool provide an easy way to look at results collected 28 The goal of this tool is both to look at performance results database numbers 31 The view to use to look at performance results number is the <a href="components.html">Components view</a>.
|
/external/icu4c/samples/layout/ |
ScriptCompositeFontInstance.cpp | 84 // This is the really stupid version that doesn't look in any other font for the character... 85 // It would be better to also look in the "DEFAULT:" font. Another thing to do would be to 86 // look in all the fonts in some order, script code order being the most obvious...
|
/libcore/luni/src/main/java/org/w3c/dom/ |
NameList.java | 51 * @param str The name to look for. 60 * @param namespaceURI The namespace URI to look for. 61 * @param name The name to look for.
|
/bionic/libc/upstream-netbsd/libc/stdlib/ |
bsearch.c | 51 * is 5 we look at item 2, so we change lim to 2 so that we will 52 * look at items 0 & 1. If lim is even, the same applies. If lim 55 * to item 3 and make lim 2 so that we will look at items 3 and 4. 59 * look at item 3.
|
/developers/build/prebuilts/gradle/ActivityInstrumentation/ActivityInstrumentationSample/ |
build.gradle | 25 'main', // main sample code; look here for the interesting stuff.
|
/developers/build/prebuilts/gradle/AdvancedImmersiveMode/AdvancedImmersiveModeSample/ |
build.gradle | 25 'main', // main sample code; look here for the interesting stuff.
|
/developers/build/prebuilts/gradle/AppRestrictions/AppRestrictionsSample/ |
build.gradle | 25 'main', // main sample code; look here for the interesting stuff.
|
/developers/build/prebuilts/gradle/BasicAccessibility/BasicAccessibilitySample/ |
build.gradle | 26 'main', // main sample code; look here for the interesting stuff.
|