HomeSort by relevance Sort by last modified time
    Searched defs:identifiers (Results 1 - 25 of 36) sorted by null

1 2

  /external/chromium_org/v8/test/mjsunit/compiler/
expression-trees.js 60 var identifiers = ['a','b','c','d','e','f']; variable
61 var or_trees = makeTrees("|", identifiers);
62 var and_trees = makeTrees("&", identifiers);
78 eval(identifiers[j] + "+= ''");
81 eval(identifiers[j] + "= +" + identifiers[j]);
99 eval(identifiers[j] + "+= ''");
102 eval(identifiers[j] + "= +" + identifiers[j]);
  /external/chromium_org/v8/test/mjsunit/
keywords-and-reserved_words.js 107 // Not keywords - these are all just identifiers.
108 var identifiers = [ variable
122 for (var i = 0; i < identifiers.length; i++) {
123 assertEquals ("identifier", classifyIdentifier(identifiers[i]));
  /external/srec/srec/Semproc/include/
SR_ExpressionParser.h 111 LCHAR identifiers[MAX_RHS_IDENTIFIERS][MAX_STRING_LEN]; member in struct:ExpressionParser_t
114 * the number of identifiers encountered
  /libcore/luni/src/main/java/org/apache/harmony/security/asn1/
ASN1Choice.java 214 * identifiers table: [2][number of distinct identifiers]
215 * identifiers[0]: stores identifiers (includes nested choices)
216 * identifiers[1]: stores identifiers' indexes in array of types
218 private final int[][] identifiers; field in class:ASN1Choice
235 // create map of all identifiers
246 // add all choice's identifiers
247 int[][] choiceToAdd = ((ASN1Choice) t).identifiers;
    [all...]
  /external/chromium_org/content/renderer/pepper/
ppb_var_deprecated_impl.cc 143 v8::Local<v8::Array> identifiers = accessor.GetObject()->GetPropertyNames(); local
146 ScopedPPVarArray identifier_vars(identifiers->Length());
147 for (uint32_t i = 0; i < identifiers->Length(); ++i) {
148 ScopedPPVar var = try_catch.FromV8(identifiers->Get(i));
  /external/chromium_org/extensions/browser/api/declarative/
rules_registry.cc 307 RuleIdentifiersMap::const_iterator identifiers = local
309 if (identifiers == used_rule_identifiers_.end())
311 return identifiers->second.find(rule_id) == identifiers->second.end();
327 // identifiers cannot collide with identifiers passed by the caller.
366 const std::vector<std::string>& identifiers) {
368 for (i = identifiers.begin(); i != identifiers.end(); ++i)
  /external/chromium_org/chrome/browser/ui/autofill/
autofill_popup_controller_impl.cc 130 const std::vector<int>& identifiers) {
131 SetValues(names, subtexts, icons, identifiers);
350 top += GetRowHeightFromId(identifiers()[i]);
357 GetRowHeightFromId(identifiers()[index]));
398 const std::vector<int>& AutofillPopupControllerImpl::identifiers() const { function in class:autofill::AutofillPopupControllerImpl
446 !CanAccept(identifiers()[new_selected_line])) {
461 !CanAccept(identifiers()[new_selected_line])) {
506 for (size_t i = 0; i < identifiers().size(); ++i) {
507 current_height += GetRowHeightFromId(identifiers()[i]);
514 return identifiers().size() - 1
    [all...]
  /external/chromium_org/third_party/WebKit/Source/bindings/core/v8/
V8NPObject.cpp 383 NPIdentifier* identifiers; local
384 if (npObject->_class->enumerate(npObject, &identifiers, &count)) {
387 IdentifierRep* identifier = static_cast<IdentifierRep*>(identifiers[i]);
393 IdentifierRep* identifier = static_cast<IdentifierRep*>(identifiers[i]);
  /external/clang/lib/StaticAnalyzer/Checkers/
CheckSecuritySyntaxOnly.cpp 692 static const char * const identifiers[num_setids] = { local
698 II_setid[i] = &BR.getContext().Idents.get(identifiers[i]);
  /external/chromium_org/content/shell/tools/plugin/
PluginObject.cpp 726 NPIdentifier* identifiers; local
728 obj->npp, NPVARIANT_TO_OBJECT(args[0]), &identifiers, &count)) {
733 NPUTF8* string = browser->utf8fromidentifier(identifiers[i]);
747 browser->memfree(identifiers);
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.p2.director.app_1.0.300.v20130819-1621.jar 
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.p2.director.app_1.0.300.v20130327-2119.jar 
org.eclipse.equinox.p2.metadata_2.2.0.v20130523-1557.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.equinox.p2.director.app_1.0.201.R36x_v20100823.jar 
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/org.eclipse.jdt.core/3.9.1.v20130905-0837/
org.eclipse.jdt.core-3.9.1.v20130905-0837.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/jdt/core/compiler/ecj/4.2.2/
ecj-4.2.2.jar 
  /prebuilts/tools/common/lombok-ast/
lombok-ast-0.2.2.jar 
lombok-ast-0.2.1.jar 
  /prebuilts/tools/common/m2/repository/com/android/tools/external/lombok/lombok-ast/0.2.2/
lombok-ast-0.2.2.jar 
  /prebuilts/tools/common/m2/repository/xerces/xercesImpl/2.6.2/
xercesImpl-2.6.2.jar 
  /external/jdiff/
xerces.jar 
  /prebuilts/sdk/tools/lib/
lombok-ast-0.2.jar 

Completed in 1055 milliseconds

1 2