HomeSort by relevance Sort by last modified time
    Searched refs:specific (Results 1 - 25 of 4750) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/dhcpcd/mk/
os-BSD.mk 1 # Setup OS specific variables
os-Darwin.mk 1 # Setup OS specific variables
os-Linux.mk 1 # Setup OS specific variables
os.mk 1 # Setup OS specific variables
  /external/chromium_org/extensions/common/
install_warning.cc 19 const std::string& specific)
20 : message(message), key(key), specific(specific) {
install_warning.h 21 const std::string& specific);
25 // We don't have to look at |key| or |specific| here, because they are each
28 // pattern is malformed." |key| here is "permissions", and |specific| is
40 std::string specific; member in struct:extensions::InstallWarning
  /device/generic/mini-emulator-armv7-a-neon/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /build/core/combo/arch/x86/
x86-atom.mk 1 # This file contains feature macro definitions specific to the
3 # that adds Atom-specific features.
silvermont.mk 1 # This file contains feature macro definitions specific to the
  /build/core/combo/arch/x86_64/
x86_64-atom.mk 1 # This file contains feature macro definitions specific to the
3 # that adds Atom-specific features.
silvermont.mk 1 # This file contains feature macro definitions specific to the
x86_64.mk 1 # This file contains feature macro definitions specific to the
  /external/lldb/source/Interpreter/
wrap_python.mk 8 # setup target-specific variables; otherwise, this evaluates to a
9 # device-specific path when we want the host-specific path.
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Daemon/Device/Platforms/
Android.mk 3 # Makefile pointing to the platform specific makefile.
  /external/chromium_org/third_party/angle/src/compiler/translator/
ossource_posix.cpp 8 // This file contains the posix specific functions
13 #error Trying to build a posix specific file in a non-posix build.
ossource_win.cpp 9 // This file contains contains the window's specific functions
13 #error Trying to build a windows specific file in a non windows build.
  /external/chromium_org/third_party/webrtc/test/
configurable_frame_size_encoder.cc 52 CodecSpecificInfo specific; local
53 memset(&specific, 0, sizeof(specific));
54 callback_->Encoded(encodedImage, &specific, fragmentation);
  /external/compiler-rt/lib/builtins/
Makefile.mk 13 # Add arch specific optimized implementations.
16 # Define the variables for this specific directory.
  /device/generic/arm64/
BoardConfig.mk 3 # Product-specific compile-time definitions.
6 # The generic product target doesn't have any hardware-specific pieces.
  /device/generic/armv7-a-neon/
BoardConfig.mk 3 # Product-specific compile-time definitions.
6 # The generic product target doesn't have any hardware-specific pieces.
  /device/generic/x86_64/
BoardConfig.mk 3 # Product-specific compile-time definitions.
6 # The generic product target doesn't have any hardware-specific pieces.
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
context.h 71 #error Module contains CPU-specific code; modify and recompile.
  /device/generic/goldfish/qemud/
Android.mk 3 # We're moving the emulator-specific platform libs to
  /device/generic/mini-emulator-x86_64/
BoardConfig.mk 3 # Product-specific compile-time definitions.
  /external/chromium_org/extensions/browser/
file_highlighter.h 75 const std::string& specific /* optional */);
80 // feature, using both the key and specific information.
81 void Parse(const std::string& key, const std::string& specific);
83 // Find the bounds of any feature, either a full key or a specific item within

Completed in 438 milliseconds

1 2 3 4 5 6 7 8 91011>>