Home
last modified time | relevance | path

Searched +refs:google +refs:set +refs:c +refs:style (Results 1 – 25 of 104) sorted by relevance

12345

/external/google-styleguide/
DREADME.md4 Every major open-source project has its own style guide: a set of conventions
7 consistent style.
11 ([google/styleguide](https://github.com/google/styleguide)) links to the
12 style guidelines we use for Google code. If you are modifying a project that
13 originated at Google, you may be pointed to this page to see the style guides
21 also contains [cpplint][cpplint], a tool to assist with style guide compliance,
22 and [google-c-style.el][emacs], an Emacs settings file for Google style.
25 Document Format Style Guide][xml] may be helpful. In addition to actual style
29 The style guides in this project are licensed under the CC-By 3.0 License,
33 The following Google style guides live outside of this project:
[all …]
/external/protobuf/javanano/
DREADME.md4 [![Build Status](https://travis-ci.org/google/protobuf.svg?branch=master)](https://travis-ci.org/go…
66 ../src/google/protobuf/descriptor.proto
92 the enum's name (so the referencing code is in Java style).
119 set and therefore is not serialized. Consider the situation where we
145 enum_style -> c or java
198 repeated fields, groups or messages). It is set to false initially
200 it is set to true. This is a way for clients to inspect the "has"
201 value upon parse. If it is set to true, writeTo(...) will ALWAYS
212 Defines the style of the generated code for fields.
216 In the default style, optional fields translate into public mutable
[all …]
/external/scapy/doc/notebooks/
DHTTP_2_Tuto.ipynb49 "dn = 'www.google.fr'\n",
169 " flags = set([])\n",
275 " flags = set(['ACK (A)'])\n",
310 …rames and then read the acknowledgment of our settings from the server. We set up a loop because t…
370 " flags = set([])\n",
380 " flags = set(['ACK (A)'])\n",
401 …"We are now building a query for the frontpage https://www.google.fr/. We use the HTTP/2 Scapy Mod…
418 ":authority www.google.fr\n",
451 " | flags = set(['End Stream (ES)', 'End Headers (EH)'])\n",
469 " | | | data = 'HPackZString(www.google.fr)'\n",
[all …]
/external/autotest/client/site_tests/video_VideoEncodeAccelerator/
Dcontrol.vp8.bvt1 # Copyright (c) 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
5 AUTHOR = "Chrome OS Team, chromeos-video@google.com"
20 'cc': ['chromeos-video-test-failures@google.com'],
32 # requested_subsequent_frame_rate may be None, which means to set the default
Dcontrol.h264.bvt1 # Copyright (c) 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
5 AUTHOR = "Chrome OS Team, chromeos-video@google.com"
20 'cc': ['chromeos-video-test-failures@google.com'],
32 # requested_subsequent_frame_rate may be None, which means to set the default
Dcontrol.vp81 # Copyright (c) 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
5 AUTHOR = "Chrome OS Team, chromeos-video@google.com"
28 # requested_subsequent_frame_rate may be None, which means to set the default
Dcontrol.h2641 # Copyright (c) 2014 The Chromium Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
5 AUTHOR = "Chrome OS Team, chromeos-video@google.com"
28 # requested_subsequent_frame_rate may be None, which means to set the default
/external/cldr/tools/java/org/unicode/cldr/util/
DXPathParts.java24 import com.google.common.collect.ImmutableSet;
25 import com.google.common.collect.ImmutableSet.Builder;
162 for (CommentType c : CommentType.values()) { in Comments()
163 comments.put(c, new HashMap<String, String>()); in Comments()
167 public String getComment(CommentType style, String xpath) { in getComment() argument
168 return comments.get(style).get(xpath); in getComment()
171 public Comments addComment(CommentType style, String xpath, String comment) { in addComment() argument
172 String existing = comments.get(style).get(xpath); in addComment()
176 comments.get(style).put(xpath, comment); in addComment()
180 public String removeComment(CommentType style, String xPath) { in removeComment() argument
[all …]
/external/webrtc/tools/valgrind-webrtc/
Dwebrtc_tests.bat2 :: Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
4 :: Use of this source code is governed by a BSD-style license
16 set THISDIR=%~dp0
17 set TOOL_NAME="unknown"
34 set TOOL_NAME=%1
46 set DRMEMORY_PATH=%THISDIR%..\..\third_party\drmemory
47 set DRMEMORY_SFX=%DRMEMORY_PATH%\drmemory-windows-sfx.exe
56 set DRMEMORY_COMMAND=%DRMEMORY_PATH%\unpacked\bin\drmemory.exe
61 set PYTHONPATH=%THISDIR%..\python\google;%THISDIR%..\valgrind
62 set RUNNING_ON_VALGRIND=yes
/external/autotest/test_suites/
Dcontrol.kiosk_longevity1 # Copyright (c) 2019 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
15 This suite runs the set of kiosk longevity tests on a device in the lab.
31 'cc': ['chromeos-ent-test@google.com']
Dcontrol.hotrod1 # Copyright (c) 2015 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
15 This suite runs the set of hotrod tests on various CFM devices in the lab.
31 'cc': ['chromeos-meetings@google.com']
/external/libyuv/files/tools_libyuv/valgrind/
Dlibyuv_tests.bat2 :: Copyright (c) 2012 The LibYuv Project Authors. All rights reserved.
4 :: Use of this source code is governed by a BSD-style license
16 set THISDIR=%~dp0
17 set TOOL_NAME="unknown"
33 set TOOL_NAME=%1
46 set DRMEMORY_PATH=%THISDIR%..\..\third_party\drmemory
47 set DRMEMORY_SFX=%DRMEMORY_PATH%\drmemory-windows-sfx.exe
56 set DRMEMORY_COMMAND=%DRMEMORY_PATH%\unpacked\bin\drmemory.exe
62 set TSAN_PATH=%THISDIR%..\..\third_party\tsan
63 set TSAN_SFX=%TSAN_PATH%\tsan-x86-windows-sfx.exe
[all …]
/external/autotest/server/site_tests/p2p_EndToEndTest/
Dcontrol1 # Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
12 AUTHOR = "chromeos-installer@google.com"
19 'cc': ['chromeos-installer-alerts@google.com'],
26 The test runs over a set of N machines generating a random file in one of
/external/autotest/server/site_tests/telemetry_AFDOGenerate/
Dcontrol1 # Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
7 AUTHOR = "llozano@chromium.org c-compiler-chrome@google.com"
17 Run a pre-defined set of benchmarks on the DUT and create a sampled profile
34 profiler_args = 'record -a -e r20c4 -c 500000 -b '
/external/googletest/googletest/docs/
Dadvanced.md23 ```c++
34 ```c++
45 ```c++
74 ```c++
88 Even though googletest has a rich set of assertions, they can never be complete,
120 ```c++
126 const int c = 10;
131 ```c++
137 ```c++
138 EXPECT_PRED2(MutuallyPrime, b, c);
[all …]
/external/clang/docs/
DClangFormatStyleOptions.rst5 :doc:`ClangFormatStyleOptions` describes configurable formatting style options
11 custom style by configuring specific style options.
17 :program:`clang-format` supports two ways to provide custom style options:
18 directly specify style configuration in the ``-style=`` command line option or
19 use ``-style=file`` and put style configuration in the ``.clang-format`` or
22 When using ``-style=file``, :program:`clang-format` for each input file will
40 language set, it will set the default style options for all lanugages.
41 Configuration sections for specific language will override options set in the
55 # We'll use defaults from the LLVM style, but with 4 columns indentation.
74 options of a certain predefined style is:
[all …]
/external/autotest/server/site_tests/kernel_ExternalUsbPeripheralsDetectionTest/
Dcontrol1 # Copyright (c) 2014 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
7 AUTHOR = "jimishs@google.com"
28 Set1 is set of four USB peripherals plugged
/external/webrtc/webrtc/common_audio/
DBUILD.gn1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
3 # Use of this source code is governed by a BSD-style license
31 "fft4g.c",
52 "ring_buffer.c",
54 "signal_processing/auto_corr_to_refl_coef.c",
55 "signal_processing/auto_correlation.c",
57 "signal_processing/copy_set_operations.c",
58 "signal_processing/cross_correlation.c",
59 "signal_processing/division_operations.c",
60 "signal_processing/dot_product_with_scale.c",
[all …]
/external/yapf/
DREADME.rst9 .. image:: https://travis-ci.org/google/yapf.svg?branch=master
10 :target: https://travis-ci.org/google/yapf
13 .. image:: https://coveralls.io/repos/google/yapf/badge.svg?branch=master
14 :target: https://coveralls.io/r/google/yapf?branch=master
28 best formatting that conforms to the style guide, even if the original code
29 didn't violate the style guide. The idea is also similar to the 'gofmt' tool for
32 made, the style remains consistent throughout the project and there's no point
33 arguing about style in every code review.
36 programmer would write if they were following the style guide. It takes away
95 [--style STYLE] [--style-help] [--no-local-style] [-p]
[all …]
/external/autotest/server/site_tests/autoupdate_Rollback/
Dcontrol1 # Copyright (c) 2013 The Chromium OS Authors. All rights reserved.
2 # Use of this source code is governed by a BSD-style license that can be
15 'cc': ['chromeos-installer-alerts@google.com'],
28 has staged image. By default if host[repo_job_url] is set, it'll
/external/webrtc/webrtc/modules/audio_processing/
DBUILD.gn1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
3 # Use of this source code is governed by a BSD-style license
18 # values the AEC receives. The corresponding define is set appropriately
25 "aec/aec_core.c",
28 "aec/aec_rdft.c",
30 "aec/aec_resampler.c",
32 "aec/echo_cancellation.c",
35 "aecm/aecm_core.c",
37 "aecm/echo_control_mobile.c",
46 "agc/legacy/analog_agc.c",
[all …]
/external/webrtc/webrtc/modules/video_coding/
DBUILD.gn1 # Copyright (c) 2014 The WebRTC project authors. All Rights Reserved.
3 # Use of this source code is governed by a BSD-style license
78 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
112 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
132 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
153 # TODO(tkchin): Source set for webrtc_h264_video_toolbox. Currently not
167 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
201 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
239 # See http://code.google.com/p/webrtc/issues/detail?id=163 for details.
/external/honggfuzz/docs/
DFeedbackDrivenFuzzing.md19 …ls,trace-cmp_ set of flags will be automatically added to clang's command-line switches when using…
22 $ [honggfuzz_dir]/honggfuzz/hfuzz_cc/hfuzz-clang terminal-test.c -o terminal-test
54set of flags will be automatically added to clang's command-line switches when using [hfuzz-clang]…
58 ### LLVM-style LLVMFuzzerTestOneInput ###
60 ```c
61 $ cat test.c
74 $ [honggfuzz_dir]/honggfuzz/hfuzz_cc/hfuzz-clang -c fuzzedlib.c -o fuzzedlib.o
75 $ [honggfuzz_dir]/honggfuzz/hfuzz_cc/hfuzz-clang test.c fuzzedlib.o -o test
83 ```c
84 $ cat test.c
[all …]
/external/webrtc/webrtc/build/
Dcommon.gypi1 # Copyright (c) 2012 The WebRTC project authors. All Rights Reserved.
3 # Use of this source code is governed by a BSD-style license
17 # This will already be set to zero by supplement.gypi
66 # We can set this here to have WebRTC code treated as Chromium code. Our
152 # flood of chromium-style warnings. Investigate enabling them:
153 # http://code.google.com/p/webrtc/issues/detail?id=163
208 # both gyp(i) files, must consistently set this flag uniformly
249 # See: https://code.google.com/p/chromium/issues/detail?id=379699
366 # http://code.google.com/p/webrtc/issues/detail?id=261 is solved.
/external/libyuv/files/
Dlibyuv_test.gyp3 # Use of this source code is governed by a BSD-style license
62 # https://code.google.com/p/libyuv/issues/detail?id=548 for details.
170 'util/cpuid.c',
203 # vim: set expandtab tabstop=2 shiftwidth=2:

12345