HomeSort by relevance Sort by last modified time
    Searched refs:config (Results 201 - 225 of 7095) sorted by null

1 2 3 4 5 6 7 891011>>

  /frameworks/base/core/java/android/bluetooth/
IBluetoothHealth.aidl 31 boolean registerAppConfiguration(in BluetoothHealthAppConfiguration config,
33 boolean unregisterAppConfiguration(in BluetoothHealthAppConfiguration config);
34 boolean connectChannelToSource(in BluetoothDevice device, in BluetoothHealthAppConfiguration config);
35 boolean connectChannelToSink(in BluetoothDevice device, in BluetoothHealthAppConfiguration config,
37 boolean disconnectChannel(in BluetoothDevice device, in BluetoothHealthAppConfiguration config, int id);
38 ParcelFileDescriptor getMainChannelFd(in BluetoothDevice device, in BluetoothHealthAppConfiguration config);
  /hardware/intel/img/hwcomposer/ips/anniedale/
AnnPlaneManager.h 33 virtual bool isValidZOrder(int dsp, ZOrderConfig& config);
34 virtual bool assignPlanes(int dsp, ZOrderConfig& config);
41 bool assignPlanes(int dsp, ZOrderConfig& config, const char *zorder);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/mpl/aux_/config/
ttp.hpp 17 #include <boost/mpl/aux_/config/msvc.hpp>
18 #include <boost/mpl/aux_/config/gcc.hpp>
19 #include <boost/mpl/aux_/config/workaround.hpp>
  /external/wpa_supplicant_8/wpa_supplicant/
config_file.c 16 #include "config.h"
324 static int wpa_config_process_blob(struct wpa_config *config, FILE *f,
344 wpa_config_set_blob(config, blob);
357 struct wpa_config *config; local
364 config = cfgp;
366 config = wpa_config_alloc_empty(NULL, NULL);
367 if (config == NULL) {
368 wpa_printf(MSG_ERROR, "Failed to allocate config file "
372 tail = head = config->ssid;
375 cred_tail = cred_head = config->cred
    [all...]
  /external/bison/lib/
dirname.c 19 #include <config.h>
dup-safer.c 20 #include <config.h>
frexpl.c 17 #include <config.h>
main.c 20 #include <config.h>
mbchar.c 17 #include <config.h>
spawn_faction_destroy.c 17 #include <config.h>
spawnattr_init.c 17 #include <config.h>
xalloc-die.c 19 #include <config.h>
yyerror.c 20 #include <config.h>
  /external/bison/src/
assoc.c 21 #include <config.h>
  /external/chromium_org/remoting/protocol/
content_description_unittest.cc 19 scoped_ptr<CandidateSessionConfig> config = local
22 config.Pass(), Authenticator::CreateEmptyAuthenticatorMessage());
28 EXPECT_TRUE(description.config()->control_configs() ==
29 parsed->config()->control_configs());
30 EXPECT_TRUE(description.config()->video_configs() ==
31 parsed->config()->video_configs());
32 EXPECT_TRUE(description.config()->event_configs() ==
33 parsed->config()->event_configs());
34 EXPECT_TRUE(description.config()->audio_configs() ==
35 parsed->config()->audio_configs())
    [all...]
  /external/deqp/scripts/
run_internal_tests.py 25 class Config:
37 def initBuildDir (config):
38 if os.path.exists(config.buildPath):
39 shutil.rmtree(config.buildPath)
41 os.makedirs(config.buildPath)
42 execute(["cmake", os.path.realpath(config.srcPath)] + config.genParams, workDir = config.buildPath)
44 def prepareBuildDir (config):
46 if os.path.exists(config.buildPath)
    [all...]
  /external/elfutils/0.153/lib/
xstrdup.c 27 # include <config.h>
  /external/elfutils/0.153/libdw/
dwarf_lineaddr.c 52 # include <config.h>
dwarf_linebeginstatement.c 52 # include <config.h>
dwarf_lineblock.c 52 # include <config.h>
dwarf_linecol.c 52 # include <config.h>
dwarf_linediscriminator.c 51 # include <config.h>
dwarf_lineendsequence.c 52 # include <config.h>
dwarf_lineepiloguebegin.c 52 # include <config.h>
dwarf_lineisa.c 51 # include <config.h>

Completed in 1755 milliseconds

1 2 3 4 5 6 7 891011>>