HomeSort by relevance Sort by last modified time
    Searched refs:Required (Results 26 - 49 of 49) sorted by null

12

  /external/chromium_org/chrome/browser/resources/file_manager/js/
file_transfer_controller.js 369 event.preventDefault(); // Required to prevent the cursor flicker.
391 event.preventDefault(); // Required to prevent the cursor flicker.
416 event.preventDefault(); // Required to prevent the cursor flicker.
volume_manager.js 560 * @param {string=} opt_mountPath Mount path. Required if success.
file_manager.js 430 // CopyManager and ButterBar are required for 'Delete' operation in
566 // Required to handle the command outside of the container, on the footer.
    [all...]
  /external/chromium_org/tools/stats_viewer/
stats_viewer.Designer.cs 10 /// Required designer variable.
30 /// Required method for Designer support - do not modify
  /external/llvm/include/llvm/CodeGen/
ScheduleDAG.h 394 bool addPred(const SDep &D, bool Required = true);
  /external/clang/lib/Sema/
SemaObjCProperty.cpp 617 PDecl->setPropertyImplementation(ObjCPropertyDecl::Required);
    [all...]
SemaPseudoObject.cpp 27 // of a unary increment or decrement, both are required; for example,
    [all...]
SemaExprObjC.cpp 235 ObjCMethodDecl::Required,
483 ObjCMethodDecl::Required,
651 ObjCMethodDecl::Required,
767 ObjCMethodDecl::Required,
    [all...]
SemaDeclObjC.cpp     [all...]
  /external/chromium_org/chrome/browser/resources/google_now/
utility.js 83 * Required callbacks that are not yet called. Includes both task and non-task
  /external/clang/include/clang/AST/
DeclObjC.h 115 enum ImplementationControl { None, Required, Optional };
139 /// \@required/\@optional
657 /// completed by the external AST source when required.
728 /// when a complete class is required.
    [all...]
  /external/llvm/tools/llvm-ar/
llvm-ar.cpp 73 Options(cl::Positional, cl::Required, cl::desc("{operation}[modifiers]..."));
  /external/llvm/utils/FileCheck/
FileCheck.cpp 38 CheckFilename(cl::Positional, cl::desc("<check-file>"), cl::Required);
196 // capturing the result for any purpose. This is required in case the
    [all...]
  /external/chromium_org/chrome/browser/resources/file_manager/js/image_editor/
image_util.js 408 * @param {MetadataCache=} opt_metadataCache Metadata cache. Required for
image_editor.js 13 * @param {Object} DOMContainers Various DOM containers required for the editor.
393 * Register the action name. Required for metrics reporting.
490 * @param {boolean} commit True if commit is required.
518 * Leave the mode, commit only if required by the current mode.
  /external/chromium_org/third_party/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 638 TEST(GeneratedMessageTest, Required) {
639 // Test that IsInitialized() returns false if required fields are missing.
652 // Test that IsInitialized() returns false if required fields in nested
    [all...]
  /external/clang/lib/AST/
DeclPrinter.cpp     [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 87 Required = 0x02, // One occurrence required
88 OneOrMore = 0x03, // One or more occurrences required
91 // last positional argument required by the application (it is an error if
100 enum ValueExpected { // Is a value required for the option?
103 ValueRequired = 0x02, // The value is required to appear!
130 Positional = 0x01, // Is a positional argument, no '-' required
486 // Insert the first value, which is required.
598 // In which case, the value is required. Otherwise if an arg str has not
    [all...]
  /external/protobuf/src/google/protobuf/compiler/cpp/
cpp_unittest.cc 525 TEST(GeneratedMessageTest, Required) {
526 // Test that IsInitialized() returns false if required fields are missing.
539 // Test that IsInitialized() returns false if required fields in nested
    [all...]
  /external/clang/lib/CodeGen/
CodeGenModule.cpp     [all...]
CGCall.cpp 90 RequiredArgs required = RequiredArgs::forPrototypePlus(FTP, prefix.size()); local
95 return CGT.arrangeLLVMFunctionInfo(resultType, prefix, extInfo, required);
212 RequiredArgs required = RequiredArgs::forPrototypePlus(FTP, argTypes.size()); local
220 return arrangeLLVMFunctionInfo(resultType, argTypes, extInfo, required);
306 RequiredArgs required = local
310 einfo, required);
328 /// additional number of formal parameters considered required.
337 RequiredArgs required = RequiredArgs::All; local
339 // If we have a variadic prototype, the required arguments are the
343 required = RequiredArgs(proto->getNumArgs() + numExtraRequiredArgs)
418 RequiredArgs required = local
    [all...]
  /external/chromium_org/remoting/webapp/
client_session.js 168 // required, taking into account their width.
335 plugin.tabIndex = 0; // Required, otherwise focus() doesn't work.
    [all...]
  /ndk/build/core/
definitions.mk 9 # Unless required by applicable law or agreed to in writing, software
55 # Function : check-required-vars
59 # Usage : $(call check-required-vars, VAR1 VAR2 VAR3..., <file>)
60 # Rationale: Checks that all required vars listed in $1 were defined by $2
63 check-required-vars = $(foreach __varname,$1,\
65 $(call __ndk_info, Required variable $(__varname) is not defined by $2)\
708 # Compute the list of all static and shared libraries required to link a
    [all...]
  /external/dropbear/libtommath/
bn.tex 90 Since both\footnote{Note that the MPI files under mtest/ are copyrighted by Michael Fromberger. They are not required to use LibTomMath.} are in the
195 A trim is a manner of removing functionality from a function that is not required. For instance, to perform
297 libtommath.a). There is no library initialization required and the entire library is thread safe.
335 organize all of the data required to manipulate the integer it represents. Within LibTomMath it has been prototyped
    [all...]

Completed in 949 milliseconds

12