/external/chromium_org/chrome/browser/resources/feedback/js/ |
feedback.js | 78 * Clears the file that was attached to the report with the initial request. 153 // Concatenate sysinfo if we had any initial system information
|
/external/chromium_org/chrome/browser/resources/net_internals/ |
main.js | 79 // Trigger initial layout. 84 // Select the initial view based on the current URL.
|
/external/chromium_org/third_party/icu/source/i18n/unicode/ |
simpletz.h | [all...] |
/external/icu/icu4c/source/i18n/unicode/ |
simpletz.h | [all...] |
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_callbacks.py | 105 initial = grc(o)
|
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/ctypes/test/ |
test_callbacks.py | 105 initial = grc(o)
|
/external/guava/guava-tests/test/com/google/common/collect/ |
MinMaxPriorityQueueTest.java | 173 // maximum size, size of initial contents, default capacity... 339 final ArrayList<Integer> initial = Lists.newArrayList( local 341 MinMaxPriorityQueue<Integer> q = MinMaxPriorityQueue.create(initial); 348 List<Integer> result = Lists.newArrayListWithCapacity(initial.size());
|
/external/chromium_org/third_party/lcov/bin/ |
lcov | 174 our $initial; 283 "initial|i" => \$initial, 419 if ($initial) { 421 die("ERROR: --initial cannot be used together ". 514 -i, --initial Capture initial zero coverage data 522 --strip DEPTH Strip initial DEPTH directory levels in diff 850 if ($initial) 852 @param = (@param, "--initial"); [all...] |
/external/chromium_org/third_party/angle/src/compiler/translator/ |
OutputHLSL.cpp | 3024 int initial = 0; local 3171 out << initial; local [all...] |
/external/openssl/crypto/aes/asm/ |
bsaes-armv7.S | 20 @ neutrality. Initial version doesn't implement interface to OpenSSL, [all...] |
/external/bison/data/ |
glr.cc | 92 # Hijack the initial action to initialize the locations.
|
yacc.c | 42 b4_percent_define_default([[parse.lac.es-capacity-initial]], [[20]]) 260 yytype_int16 yyesa@{]b4_percent_define_get([[parse.lac.es-capacity-initial]])[@}; 894 /* YYINITDEPTH -- initial size of the parser's stacks. */ 972 /* Establish the initial context for the current lookahead if no initial 976 the initial context for a lookahead as the context in which the 980 series of reductions), the initial context can be used to determine 994 follows. If no initial context is currently established for the [all...] |
/external/bison/src/ |
parse-gram.y | 106 %initial-action 108 /* Bison's grammar can initial empty locations, hence a default 163 PERCENT_INITIAL_ACTION "%initial-action" 277 | "%initial-action" "{...}"
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/chromevox/injected/ |
live_regions.js | 33 * Time in milliseconds after initial page load to ignore live region 43 * mutation. Needed to allow live regions to fade in and have an initial
|
live_regions_deprecated.js | 44 * Time in milliseconds after initial page load to ignore live region
|
/external/chromium_org/chrome/tools/ |
webforms_aggregator.py | 267 once for the initial url of a site when we still don't have more urls from a 295 """Called only once for the initial url when we do not have more urls. 333 url: the initial "seed" url of the site.
|
/external/chromium_org/third_party/openmax_dl/dl/api/arm/ |
armCOMM_s.h | 206 @ initial values.
|
/external/chromium_org/tools/grit/grit/ |
tclib_unittest.py | 141 'Some users may experience performance issues during the initial \r\n' 142 'indexing of a database. The \'Perform the initial index of a \r\n'
|
/external/chromium_org/tools/perf/page_sets/ |
top_25.py | 146 elem.content='initial-scale=1';
|
/external/qemu/include/ |
qemu-common.h | 503 int parse_debug_env(const char *name, int max, int initial);
|
/external/chromium_org/chrome/browser/resources/chromeos/chromevox/common/ |
traverse_util.js | 307 * attempt to select all of the whitespace between the initial position 315 * initial and final cursor position will be pushed onto this array. 371 * the initial position of endCursor and the next non-whitespace character. 378 * initial and final cursor position will be pushed onto this array. [all...] |
/external/chromium_org/chrome/browser/resources/extensions/ |
extensions.css | 303 display: initial;
|
/external/chromium_org/chrome/browser/resources/hotword_helper/ |
audio_client.js | 158 * passed since an initial check. Will either retry triggering the speech
|
/external/chromium_org/chrome/browser/ui/webui/options/ |
certificate_manager_browsertest.js | 67 // correct initial states when onPopulateTree has not been called.
|
/external/chromium_org/third_party/WebKit/Source/core/css/ |
StylePropertySerializer.cpp | 36 DEFINE_STATIC_LOCAL(String, initial, ("initial")); 38 return value.length() == 7 && (value == initial || value == inherit); 231 if (value == "initial" && !CSSProperty::isInheritedProperty(propertyID)) 441 // All components are "initial" and "top" is not implicit. 494 // Now stitch the properties together. Implicit initial values are flagged as such and 537 // background-repeat-x(y) or mask-repeat-x(y) may be like this : "initial, repeat". We can omit the implicit initial values 594 if (commonValueInitialized && commonValue != "initial" && commonValue != "inherit") 693 if (value == "initial") [all...] |