OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:common
(Results
451 - 475
of
31397
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/lzma/CPP/7zip/UI/Console/
UserInputUtils.h
6
#include "
Common
/StdOutStream.h"
/external/lzma/CPP/Common/
UTFConvert.h
0
//
Common
/UTFConvert.h
/external/nanopb-c/tests/encode_unittests/
SConscript
4
p = env.Program(["encode_unittests.c", "$
COMMON
/unittestproto.pb.c"])
/external/qemu/distrib/sdl-1.2.15/src/hermes/
common.inc
1
; Some
common
macros for hermes nasm code
/external/skia/
.gitignore
8
common
/packages/apps/ContactsCommon/src/com/android/contacts/common/extensions/
ExtendedPhoneDirectoriesManager.java
3
package com.android.contacts.
common
.extensions;
7
import com.android.contacts.
common
.list.DirectoryPartition;
13
* {@link com.android.contacts.
common
.list.PhoneNumberListAdapter}.
17
* {@link com.android.contacts.
common
.list.PhoneNumberListAdapter}.
/prebuilts/tools/common/guava-tools/annotations/com/google/common/io/
annotations.xml
2
<item name='com.google.
common
.io.Files java.lang.String getNameWithoutExtension(java.lang.String)'>
/sdk/annotations/
build.gradle
13
common
{
/cts/common/host-side/scripts/
compatibility-tests_v2
31
compatibility-
common
-util-hostsidelib_v2 compatibility-
common
-util-tests_v2"
39
DEVICE_LIBS="compatibility-
common
-util-devicesidelib_v2 compatibility-device-util_v2\
50
TEST_CLASSES="com.android.compatibility.
common
.devicesetup.DeviceSetupTest\
51
com.android.compatibility.
common
.scanner.JavaScannerTest\
52
com.android.compatibility.
common
.scanner.NativeScannerTest\
53
com.android.compatibility.
common
.tradefed.TradefedTest\
54
com.android.compatibility.
common
.util.DeviceUtilTest\
55
com.android.compatibility.
common
.util.CommonUtilTest\
56
com.android.compatibility.
common
.xmlgenerator.XmlPlanGeneratorTest
[
all
...]
/external/bluetooth/bluedroid/embdrv/sbc/decoder/srce/
decoder-oina.c
79
context->
common
.frameInfo.enhanced = enhanced;
81
context->
common
.frameInfo.enhanced = FALSE;
83
context->
common
.frameInfo.freqIndex = frequency;
84
context->
common
.frameInfo.mode = mode;
85
context->
common
.frameInfo.subbands = subbands;
86
context->
common
.frameInfo.blocks = blocks;
87
context->
common
.frameInfo.alloc = alloc;
88
context->
common
.frameInfo.bitpool = maxBitpool;
90
OI_SBC_ExpandFrameFields(&context->
common
.frameInfo);
92
if (context->
common
.frameInfo.nrof_channels >= context->common.pcmStride)
[
all
...]
readsamplesjoint.inc
26
void OI_SBC_ReadSamplesJoint4(OI_CODEC_SBC_COMMON_CONTEXT *
common
, OI_BITSTREAM *global_bs)
33
void OI_SBC_ReadSamplesJoint8(OI_CODEC_SBC_COMMON_CONTEXT *
common
, OI_BITSTREAM *global_bs)
42
void OI_SBC_ReadSamplesJoint(OI_CODEC_SBC_COMMON_CONTEXT *
common
, OI_BITSTREAM *global_bs)
44
OI_UINT nrof_subbands =
common
->frameInfo.nrof_subbands;
59
OI_CODEC_SBC_COMMON_CONTEXT *
common
= &context->
common
;
60
OI_UINT bl =
common
->frameInfo.nrof_blocks;
61
OI_INT32 * RESTRICT s =
common
->subdata;
65
OI_UINT8 jmask =
common
->frameInfo.join << (8 - NROF_SUBBANDS);
68
OI_INT8 *sf_array = &
common
->scale_factor[0]
[
all
...]
/external/guava/guava-testlib/src/com/google/common/collect/testing/testers/
CollectionToStringTester.java
17
package com.google.
common
.collect.testing.testers;
19
import static com.google.
common
.collect.testing.features.CollectionFeature.KNOWN_ORDER;
20
import static com.google.
common
.collect.testing.features.CollectionFeature.NON_STANDARD_TOSTRING;
21
import static com.google.
common
.collect.testing.features.CollectionSize.ONE;
22
import static com.google.
common
.collect.testing.features.CollectionSize.SEVERAL;
23
import static com.google.
common
.collect.testing.features.CollectionSize.ZERO;
25
import com.google.
common
.collect.testing.AbstractCollectionTester;
26
import com.google.
common
.collect.testing.Helpers;
27
import com.google.
common
.collect.testing.features.CollectionFeature;
28
import com.google.
common
.collect.testing.features.CollectionSize
[
all
...]
/external/chromium_org/chrome/browser/extensions/api/streams_private/
streams_private_manifest_unittest.cc
6
#include "chrome/
common
/extensions/extension_constants.h"
7
#include "chrome/
common
/extensions/manifest_handlers/mime_types_handler.h"
8
#include "chrome/
common
/extensions/manifest_tests/extension_manifest_test.h"
9
#include "chrome/
common
/extensions/manifest_url_handler.h"
10
#include "extensions/
common
/error_utils.h"
11
#include "extensions/
common
/extension_builder.h"
12
#include "extensions/
common
/manifest_constants.h"
13
#include "extensions/
common
/value_builder.h"
/external/chromium_org/chrome/browser/extensions/
extension_install_prompt_unittest.cc
10
#include "extensions/
common
/extension.h"
11
#include "extensions/
common
/extension_builder.h"
12
#include "extensions/
common
/permissions/api_permission.h"
13
#include "extensions/
common
/permissions/api_permission_set.h"
14
#include "extensions/
common
/permissions/manifest_permission_set.h"
15
#include "extensions/
common
/permissions/permission_set.h"
16
#include "extensions/
common
/url_pattern_set.h"
17
#include "extensions/
common
/value_builder.h"
/external/chromium_org/chrome/common/extensions/
chrome_extensions_client.cc
5
#include "chrome/
common
/extensions/chrome_extensions_client.h"
7
#include "apps/
common
/api/generated_schemas.h"
8
#include "chrome/
common
/chrome_version_info.h"
9
#include "chrome/
common
/extensions/api/generated_schemas.h"
10
#include "chrome/
common
/extensions/chrome_manifest_handlers.h"
11
#include "chrome/
common
/extensions/extension_constants.h"
12
#include "chrome/
common
/extensions/features/chrome_channel_feature_filter.h"
13
#include "chrome/
common
/extensions/features/feature_channel.h"
14
#include "chrome/
common
/url_constants.h"
15
#include "content/public/
common
/url_constants.h
[
all
...]
/external/chromium_org/chrome/common/extensions/manifest_tests/
extension_manifests_ui_unittest.cc
5
#include "chrome/
common
/extensions/manifest_tests/extension_manifest_test.h"
6
#include "extensions/
common
/manifest_constants.h"
/external/chromium_org/cloud_print/common/
common.gyp
16
'<(DEPTH)/cloud_print/
common
/win/install_utils.cc',
17
'<(DEPTH)/cloud_print/
common
/win/install_utils.h',
/external/chromium_org/components/visitedlink/browser/
BUILD.gn
17
"//components/visitedlink/
common
",
19
"//content/public/
common
",
/external/chromium_org/content/public/android/java/src/org/chromium/content/common/
common.aidl
9
interface org.chromium.content.
common
.IChildProcessCallback;
10
interface org.chromium.content.
common
.IChildProcessService;
/external/chromium_org/extensions/
DEPS
3
"+content/public/
common
",
36
"+chrome/
common
/chrome_paths.h",
37
"+chrome/
common
/extensions/features/feature_channel.h",
38
"+chrome/
common
/extensions/manifest_tests/extension_manifest_test.h",
43
"+chrome/
common
/extensions/features/chrome_channel_feature_filter.h",
46
"+chrome/
common
/chrome_version_info.h",
47
"+chrome/
common
/extensions/extension_test_util.h",
48
"+chrome/
common
/extensions/features/feature_channel.h",
/external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids.h
10
#include "gpu/command_buffer/
common
/cmd_buffer_common.h"
15
#include "gpu/command_buffer/
common
/gles2_cmd_ids_autogen.h"
/external/chromium_org/native_client_sdk/src/examples/api/media_stream_audio/
example.js
9
common
.naclModule.postMessage({track: stream.getAudioTracks()[0]});
13
common
.logMessage("Error: " + e);
/external/chromium_org/third_party/icu/build/
icu.vsprops
9
AdditionalIncludeDirectories="..\source\
common
;..\public\
common
;..\source\i18n;..\public\i18n;..\source\tools\toolutil"
/external/chromium_org/third_party/icu/patches/
si_value.undef.patch
1
--- source/
common
/ucnvmbcs.c
2
+++ source/
common
/ucnvmbcs.c
/external/clang/test/CodeGen/
2005-09-24-BitFieldCrash.c
6
struct tree_common
common
;
member in struct:tree_int_cst
16
struct tree_common
common
;
member in struct:tree_function_decl
Completed in 2003 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>