Searched defs:directive (Results 1 - 12 of 12) sorted by relevance

/external/llvm/lib/Target/XCore/
H A DXCoreAsmPrinter.cpp66 const std::string &directive = ".jmptable");
208 const std::string &directive) {
214 O << "\t" << directive << " "; local
207 printInlineJT(const MachineInstr *MI, int opNum, raw_ostream &O, const std::string &directive) argument
/external/webkit/Tools/android/flex-2.5.4a/
H A Dmisc.c388 char directive[MAXLINE], filename[MAXLINE]; local
415 sprintf( directive, line_fmt, linenum, filename );
419 /* Account for the line directive itself. */
422 sprintf( directive, line_fmt, out_linenum, filename );
425 /* If output_file is nil then we should put the directive in
430 fputs( directive, output_file );
433 add_action( directive );
/external/webkit/Source/WebCore/platform/network/
H A DResourceResponseBase.cpp333 // RFC2616 14.9.1: A no-cache directive with a value is only meaningful for proxy caches.
640 // Get directive name, parse right hand side of equal sign, then add to map
641 String directive = trimToNextSeparator(safeHeader.substring(pos, nextEqualSignPosition - pos).stripWhiteSpace()); local
650 result.append(pair<String, String>(directive, value.substring(1, nextDoubleQuotePosition - 1).stripWhiteSpace()));
660 result.append(pair<String, String>(directive, trimToNextSeparator(value.substring(1, value.length() - 1).stripWhiteSpace())));
668 result.append(pair<String, String>(directive, trimToNextSeparator(value.substring(0, nextCommaPosition2).stripWhiteSpace())));
672 result.append(pair<String, String>(directive, trimToNextSeparator(value)));
677 // Add directive to map with empty string as value
681 // Add last directive to map with empty string as value
/external/protobuf/src/google/protobuf/compiler/
H A Dcommand_line_interface.cc1016 OutputDirective directive; local
1017 directive.name = name;
1019 directive.generator = NULL;
1021 directive.generator = generator_info->generator;
1029 directive.output_location = value;
1031 directive.parameter = value.substr(0, colon_pos);
1032 directive.output_location = value.substr(colon_pos + 1);
1035 output_directives_.push_back(directive);
/external/webkit/Source/JavaScriptCore/parser/
H A DJSParser.cpp186 template <class TreeBuilder> TreeStatement parseStatement(TreeBuilder&, const Identifier*& directive);
685 const Identifier* directive = 0; local
688 while (TreeStatement statement = parseStatement(context, directive)) {
690 if (directive) {
691 if (!hasSetStrict && m_globalData->propertyNames->useStrictIdentifier == *directive) {
1199 template <class TreeBuilder> TreeStatement JSParser::parseStatement(TreeBuilder& context, const Identifier*& directive) argument
1203 directive = 0;
1252 directive = m_token.m_data.ident;
1256 if (directive && nonTrivialExpressionCount != m_nonTrivialExpressionCount)
1257 directive
[all...]
/external/v8/src/
H A Dparser.cc1117 bool directive_prologue = true; // Parsing directive prologue.
1127 directive_prologue = false; // End of directive prologue.
1132 // A shot at a directive.
1135 // Still processing directive prologue?
1139 Handle<String> directive = Handle<String>::cast(literal->handle()); local
1141 // Check "use strict" directive (ES5 14.1).
1143 directive->Equals(isolate()->heap()->use_strict()) &&
1160 // "use strict" is the only directive for now.
1164 // End of the directive prologue.
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/configuration/org.eclipse.osgi/bundles/121/1/.cp/lib/
H A Dapitooling-ant.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.pde.build_3.6.1.R36x_v20100823/
H A Dpdebuild.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/eclipse/ org/eclipse/pde/ org/eclipse/pde/build/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.osgi_3.6.1.R36x_v20100806.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.osgi_3.6.2.R36x_v20101103.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.pde.core_3.6.1.v20100902_r361.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.apache.jasper_5.5.17.v201004212143.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 152 milliseconds