HomeSort by relevance Sort by last modified time
    Searched full:known (Results 426 - 450 of 6634) sorted by null

<<11121314151617181920>>

  /external/chromium_org/crypto/
curve25519.h 13 // Curve25519 implements the elliptic curve group known as Curve25519, as
p224.h 16 // P224 implements an elliptic curve group, commonly known as P224 and defined
  /external/chromium_org/media/base/
buffers.h 6 // known as the presentation timestamp (PTS). Durations are a best-guess and
  /external/chromium_org/native_client_sdk/src/gonacl_appengine/static/bullet/
main.js 28 // The total length is not yet known.
  /external/chromium_org/net/cert/
multi_log_ct_verifier.h 27 // There should be a global instance of this class and for all known logs,
  /external/chromium_org/ppapi/api/dev/
ppb_view_dev.idl 18 * (also known as logical pixels or UI pixels on some platforms). This allows
  /external/chromium_org/ppapi/c/dev/
ppb_view_dev.h 31 * (also known as logical pixels or UI pixels on some platforms). This allows
  /external/chromium_org/printing/
print_settings_initializer_win.cc 27 // No printer device is known to advertise different dpi in X and Y axis; even
  /external/chromium_org/remoting/protocol/
message_decoder.cc 39 // If the next payload size is still not known or we don't have enough
  /external/chromium_org/sandbox/win/src/
target_services.h 58 // Sends a simple IPC Message that has a well-known answer. Returns true
  /external/chromium_org/third_party/WebKit/Source/testing/runner/
MockGrammarCheck.h 47 // this class just compares the given string with known grammar mistakes in
  /external/chromium_org/third_party/WebKit/public/platform/
WebPluginListBuilder.h 38 // An interface for building a list of known plugins.
  /external/chromium_org/third_party/WebKit/public/web/
WebCustomElement.h 45 // set of valid names to be known ahead of time, this method
  /external/chromium_org/third_party/libxml/linux/
xml2-config 13 Known values for OPTION are:
  /external/chromium_org/third_party/libxml/src/
xml2-config.in 13 Known values for OPTION are:
  /external/chromium_org/third_party/mesa/src/docs/
README.WIN32 28 At this time, only the gallium GDI driver is known to work.
RELNOTES-6.2 26 Known Issues
RELNOTES-6.2.1 23 Known Issues
  /external/chromium_org/tools/valgrind/gtest_exclude/
unit_tests.gtest-drmemory_win32.txt 2 # known Dr. Memory bugs:
  /external/chromium_org/ui/shell_dialogs/
select_file_dialog_win_unittest.cc 16 // Known extensions, with or without associated MIME types, should not get
  /external/chromium_org/v8/test/mjsunit/regress/
regress-crbug-39160.js 31 // the left hand side is known to be a smi (max smi value is 1073741823). This
  /external/chromium_org/v8/test/webkit/
dfg-mul-big-integer-with-small-integer-and-bitor.js 25 "Tests what happens when you multiply a big unknown integer with a small known integer and use the result in a bitop."
dfg-mul-big-integer-with-small-integer-and-detect-overflow.js 25 "Tests what happens when you multiply a big unknown integer with a small known integer and detect that we have had an overflow."
dfg-mul-big-integer-with-small-integer.js 25 "Tests what happens when you multiply a big unknown integer with a small known integer."
  /external/clang/lib/Serialization/
GlobalModuleIndex.cpp 266 llvm::DenseMap<ModuleFile *, unsigned>::iterator Known
268 if (Known == ModulesByFile.end())
273 ArrayRef<unsigned> StoredDependencies = Modules[Known->second].Dependencies;
291 IdentifierIndexTable::iterator Known = Table.find(Name);
292 if (Known == Table.end()) {
296 SmallVector<unsigned, 2> ModuleIDs = *Known;
309 llvm::StringMap<unsigned>::iterator Known = UnresolvedModules.find(Name);
310 if (Known == UnresolvedModules.end()) {
315 ModuleInfo &Info = Modules[Known->second];
323 ModulesByFile[File] = Known->second
    [all...]

Completed in 1265 milliseconds

<<11121314151617181920>>